QuickOPC User's Guide and Reference
ExceptionChanged Event



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : ExceptionChanged Event
Raised when the exception associated with the node has changed.
Syntax
'Declaration
 
Public Event ExceptionChanged As EventHandler
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim handler As EventHandler
 
AddHandler instance.ExceptionChanged, handler
public event EventHandler ExceptionChanged
public:
event EventHandler^ ExceptionChanged
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members